







The National Association of ESEA State Program Administrators (formerly the National Title I Association) is dedicated to building the capacity of education professionals to provide disadvantaged children with a high quality education. Their ESEA Network website provides a host of resources to educators at all levels.
![]() |
![]() |
![]() |
![]() |
Julia Martin is an attorney with the Washington, DC law firm The Bruman Group, PLLC. Established in 1980, the Firm is nationally recognized for its federal education regulatory and legislative practice, providing legal advice regarding compliance with all major federal education programs as well as the federal grants management requirements, including the Education Department General Administrative Regulations (EDGAR). In addition, they work with agencies on federal spending flexibility, allowability, policies and procedures, audit defense and resolution and legislative updates. The Firm provides government relations services for the National Association of ESEA State Program Administrators (NAESPA).
The National Association of ESEA State Program Administrators (formerly the National Title I Association) is dedicated to building the capacity of education professionals to provide disadvantaged children with a high quality education. Their ESEA Network website provides a host of resources to educators at all levels.
![]() |
![]() |
![]() |
![]() |
admin@eseanetwork.org | 800-256-6452
532 North Franklin Street | Fort Bragg, CA 95437
The National Association of ESEA State Program Administrators (formerly the National Title I Association) is dedicated to building the capacity of education professionals to provide disadvantaged children with a high quality education. Their ESEA Network website provides a host of resources to educators at all levels.
![]() |
![]() |
![]() |
![]() |
admin@eseanetwork.org | 800-256-6452
532 North Franklin Street | Fort Bragg, CA 95437
Exec time: 0.3268s Memory usage: 1.753MB
13
Console |
336.700 ms
Load Time |
31 Queries
Database |
2.33 MB
Memory Used |
174 Files
Included |
496 Config
items loaded |
1 Session
vars loaded |
0 GET
vars loaded |
0 POST
vars loaded |
0Logs |
0 Errors |
0 Memory |
13 Speed |
speed | 4.495 msFuel\Core\Profiler::init Start |
speed | 12.514 msFuel\Core\Fuel::init End |
speed | 12.885 msFuel\Core\Uri::__construct Start |
speed | 12.900 msFuel\Core\Uri::__construct End |
speed | 14.306 msFuel\Core\Request::__construct Start route lookup |
speed | 15.532 msFuel\Core\Request::__construct End route lookup |
speed | 15.895 msFuel\Core\Uri::__construct Start |
speed | 15.903 msFuel\Core\Uri::__construct End |
speed | 15.917 msFuel\Core\Request::__construct Start route lookup |
speed | 16.202 msFuel\Core\Request::__construct End route lookup |
speed | 16.214 msFuel\Core\Request::execute: Start of news-and-resources/blogs/legislation/risk-of-government-shutdown-increases-as-fy-2024-approaches |
speed | 326.719 msFuel\Core\Request::execute: End of news-and-resources/blogs/legislation/risk-of-government-shutdown-increases-as-fy-2024-approaches |
speed | 326.932 msEnd of Fuel Execution |
336.700 msLoad Time |
30 s Max Execution Time |
4.495 msFuel\Core\Profiler::init Start |
12.514 msFuel\Core\Fuel::init End |
12.885 msFuel\Core\Uri::__construct Start |
12.900 msFuel\Core\Uri::__construct End |
14.306 msFuel\Core\Request::__construct Start route lookup |
15.532 msFuel\Core\Request::__construct End route lookup |
15.895 msFuel\Core\Uri::__construct Start |
15.903 msFuel\Core\Uri::__construct End |
15.917 msFuel\Core\Request::__construct Start route lookup |
16.202 msFuel\Core\Request::__construct End route lookup |
16.214 msFuel\Core\Request::execute: Start of news-and-resources/blogs/legislation/risk-of-government-shutdown-increases-as-fy-2024-approaches |
326.719 msFuel\Core\Request::execute: End of news-and-resources/blogs/legislation/risk-of-government-shutdown-increases-as-fy-2024-approaches |
326.932 msEnd of Fuel Execution |
31Total Queries |
295.250 ms Total Time |
4 Duplicates |
SELECT `group`, `data` FROM `config` WHERE `group` LIKE 'Global::%'Connection name: default Speed: 0.682 ms Query analysis: · Query: SIMPLE on config · Possible keys: group · Key Used: group · Type: range · Rows: 1 (Using index condition) Call trace for this query:File: APPPATH/classes/app.php, line 383File: APPPATH/classes/app.php, line 105File: APPPATH/config/event.php, line 6File: COREPATH/classes/event/instance.php, line 157File: COREPATH/classes/fuel.php, line 222File: APPPATH/bootstrap.php, line 43File: DOCROOT/index.php, line 205 |
SELECT `t0`.`id` AS `t0_c0`, `t0`.`name` AS `t0_c1`, `t0`.`description` AS `t0_c2`, `t0`.`slug` AS `t0_c3`, `t0`.`group_id` AS `t0_c4`, `t0`.`menu_id` AS `t0_c5`, `t0`.`rulegroup_id` AS `t0_c6`, `t0`.`created_at` AS `t0_c7`, `t0`.`updated_at` AS `t0_c8` FROM `blog_blogs` AS `t0` WHERE `t0`.`slug` = 'legislation' LIMIT 1Connection name: default Speed: 0.460 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 22 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/controller/blogs.php, line 192File: APPPATH/classes/controller/blogs.php, line 146File: COREPATH/classes/request.php, line 476File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `posts`.*, SUM(`combinedStats`.`count`) AS `hits`
FROM `blog_posts` AS `posts`
JOIN (
SELECT `count`, `foreign_key`
FROM `stats`
WHERE
`stats`.`type` = 'page_hit' AND
`stats`.`linked_to` = 'blog_post' AND
`stats`.`date` >= '2025-06-23'
) AS `combinedStats`
ON (
`combinedStats`.`foreign_key` = `posts`.`id` AND
`posts`.`published` = 'yes'
)
GROUP BY `foreign_key`
ORDER BY `hits` DESC
LIMIT 10Connection name: default Speed: 18.838 ms Query analysis: · Query: SIMPLE on stats · Possible keys: PRIMARY,Auto ID · Key Used: PRIMARY · Type: range · Rows: 812 (Using where; Using temporary; Using filesort) · Query: SIMPLE on posts · Possible keys: PRIMARY · Key Used: PRIMARY · Type: eq_ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/classes/repository/blog/post.php, line 39File: APPPATH/classes/controller/blogs.php, line 193File: APPPATH/classes/controller/blogs.php, line 146File: COREPATH/classes/request.php, line 476File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`id` AS `t0_c0`, `t0`.`blog_id` AS `t0_c1`, `t0`.`author` AS `t0_c2`, `t0`.`author_writer` AS `t0_c3`, `t0`.`video_embed` AS `t0_c4`, `t0`.`title` AS `t0_c5`, `t0`.`content` AS `t0_c6`, `t0`.`tags` AS `t0_c7`, `t0`.`published` AS `t0_c8`, `t0`.`accept_votes` AS `t0_c9`, `t0`.`voter_ids` AS `t0_c10`, `t0`.`accept_comments` AS `t0_c11`, `t0`.`user_id` AS `t0_c12`, `t0`.`attachment` AS `t0_c13`, `t0`.`votes` AS `t0_c14`, `t0`.`made_public` AS `t0_c15`, `t0`.`slug` AS `t0_c16`, `t0`.`created_at` AS `t0_c17`, `t0`.`updated_at` AS `t0_c18`, `t1`.`voter_ids` AS `t1_c0`, `t1`.`id` AS `t1_c1`, `t1`.`post_id` AS `t1_c2`, `t1`.`reply_to` AS `t1_c3`, `t1`.`user_id` AS `t1_c4`, `t1`.`comment` AS `t1_c5`, `t1`.`votes` AS `t1_c6`, `t1`.`created_at` AS `t1_c7`, `t1`.`updated_at` AS `t1_c8`, `t2`.`id` AS `t2_c0`, `t2`.`short_id` AS `t2_c1`, `t2`.`username` AS `t2_c2`, `t2`.`password` AS `t2_c3`, `t2`.`group` AS `t2_c4`, `t2`.`email` AS `t2_c5`, `t2`.`email_bounced` AS `t2_c6`, `t2`.`email_opt_in` AS `t2_c7`, `t2`.`approved` AS `t2_c8`, `t2`.`suspended` AS `t2_c9`, `t2`.`sea` AS `t2_c10`, `t2`.`constituent_id` AS `t2_c11`, `t2`.`group_membership` AS `t2_c12`, `t2`.`first_name` AS `t2_c13`, `t2`.`last_name` AS `t2_c14`, `t2`.`salutation` AS `t2_c15`, `t2`.`organization` AS `t2_c16`, `t2`.`title` AS `t2_c17`, `t2`.`phone_prim` AS `t2_c18`, `t2`.`address_1` AS `t2_c19`, `t2`.`address_2` AS `t2_c20`, `t2`.`city` AS `t2_c21`, `t2`.`state` AS `t2_c22`, `t2`.`state_abbr` AS `t2_c23`, `t2`.`zip` AS `t2_c24`, `t2`.`cc_email` AS `t2_c25`, `t2`.`cc_first_name` AS `t2_c26`, `t2`.`cc_last_name` AS `t2_c27`, `t2`.`phone_sec` AS `t2_c28`, `t2`.`physical_address_1` AS `t2_c29`, `t2`.`physical_address_2` AS `t2_c30`, `t2`.`physical_city` AS `t2_c31`, `t2`.`physical_zip` AS `t2_c32`, `t2`.`job_category` AS `t2_c33`, `t2`.`employer_category` AS `t2_c34`, `t2`.`org_id` AS `t2_c35`, `t2`.`org_admin` AS `t2_c36`, `t2`.`slug` AS `t2_c37`, `t2`.`merged` AS `t2_c38`, `t2`.`last_login` AS `t2_c39`, `t2`.`profile_fields` AS `t2_c40`, `t2`.`approved_at` AS `t2_c41`, `t2`.`created_at` AS `t2_c42`, `t2`.`updated_at` AS `t2_c43`, `t2`.`duplicate_state` AS `t2_c44`, `t2`.`login_hash` AS `t2_c45` FROM (SELECT `t0`.`id`, `t0`.`blog_id`, `t0`.`author`, `t0`.`author_writer`, `t0`.`video_embed`, `t0`.`title`, `t0`.`content`, `t0`.`tags`, `t0`.`published`, `t0`.`accept_votes`, `t0`.`voter_ids`, `t0`.`accept_comments`, `t0`.`user_id`, `t0`.`attachment`, `t0`.`votes`, `t0`.`made_public`, `t0`.`slug`, `t0`.`created_at`, `t0`.`updated_at` FROM `blog_posts` AS `t0` WHERE `t0`.`slug` = 'risk-of-government-shutdown-increases-as-fy-2024-approaches' AND `t0`.`blog_id` = '1' AND `t0`.`published` = 'yes' LIMIT 1) AS `t0` LEFT JOIN `blog_comments` AS `t1` ON (`t0`.`id` = `t1`.`post_id`) LEFT JOIN `users` AS `t2` ON (`t0`.`user_id` = `t2`.`id`)Connection name: default Speed: 0.945 ms Query analysis: · Query: PRIMARY on <derived2> · Type: system · Rows: 1 · Query: PRIMARY on t1 · Possible keys: fk_blog_comments_post · Key Used: fk_blog_comments_post · Type: ref · Rows: 1 · Query: PRIMARY on t2 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 · Query: DERIVED on t0 · Possible keys: fk_blog_posts_blog · Key Used: fk_blog_posts_blog · Type: ref · Rows: 22 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/controller/blogs.php, line 221File: APPPATH/classes/controller/blogs.php, line 146File: COREPATH/classes/request.php, line 476File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
INSERT INTO `stats`
(`date`, `type`, `count`, `page`, `linked_to`, `foreign_key`, `created_at`, `updated_at`)
VALUES ('2025-06-28', 'page_hit', 1, 'https://eseanetwork.openwebportal.com/news-and-resources/blogs/legislation/risk-of-government-shutdown-increases-as-fy-2024-approaches', 'blog_post', '1079', '1751115144', '1751115144')
ON DUPLICATE KEY
UPDATE `count` = `count` + 1, `updated_at` = 1751115144Connection name: default Speed: 6.240 ms Call trace for this query:File: APPPATH/classes/repository/stat.php, line 30File: APPPATH/classes/controller/blogs.php, line 255File: APPPATH/classes/controller/blogs.php, line 146File: COREPATH/classes/request.php, line 476File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 44 LIMIT 1Connection name: default Speed: 0.302 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 73File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 49 LIMIT 1Connection name: default Speed: 0.340 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 84File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 48 LIMIT 1Connection name: default Speed: 0.221 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 95File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 47 LIMIT 1Connection name: default Speed: 0.286 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 107File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 60 LIMIT 1Connection name: default Speed: 0.272 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 119File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 62 LIMIT 1Connection name: default Speed: 0.272 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 130File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 46 LIMIT 1Connection name: default Speed: 0.309 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/modules/cms/classes/cms.php, line 477File: APPPATH/views/templates/master/mobile-nav.php, line 141File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 126File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`items` AS `t0_c1`, `t0`.`class` AS `t0_c2`, `t0`.`before` AS `t0_c3`, `t0`.`after` AS `t0_c4`, `t0`.`css` AS `t0_c5`, `t0`.`js` AS `t0_c6`, `t0`.`main_banner` AS `t0_c7`, `t0`.`secondary_banner` AS `t0_c8`, `t0`.`background_image` AS `t0_c9`, `t0`.`background_color` AS `t0_c10`, `t0`.`extra` AS `t0_c11`, `t0`.`id` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `cms_menus` AS `t0` WHERE `t0`.`id` = 1 LIMIT 1Connection name: default Speed: 0.285 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/model.php, line 668File: APPPATH/modules/cms/classes/cms.php, line 496File: APPPATH/views/templates/master/sticky-header.php, line 128File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 129File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `post`.*, `blog`.`name` AS `blog_name`, `blog`.`slug` AS `blog_slug` FROM `blog_blogs` AS `blog` JOIN `blog_posts` AS `post` ON (`post`.`blog_id` = `blog`.`id` AND `blog`.`id` IN (1,3,4,5,6) AND `post`.`published` = 'yes') GROUP BY `post`.`title` ORDER BY `post`.`created_at` DESC LIMIT 3Connection name: default Speed: 9.370 ms Query analysis: · Query: SIMPLE on blog · Possible keys: PRIMARY · Key Used: PRIMARY · Type: range · Rows: 5 (Using where; Using temporary; Using filesort) · Query: SIMPLE on post · Possible keys: fk_blog_posts_blog · Key Used: fk_blog_posts_blog · Type: ref · Rows: 23 (Using where) Call trace for this query:File: APPPATH/views/blog/post.php, line 20File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`id` AS `t0_c0`, `t0`.`name` AS `t0_c1`, `t0`.`description` AS `t0_c2`, `t0`.`slug` AS `t0_c3`, `t0`.`group_id` AS `t0_c4`, `t0`.`menu_id` AS `t0_c5`, `t0`.`rulegroup_id` AS `t0_c6`, `t0`.`created_at` AS `t0_c7`, `t0`.`updated_at` AS `t0_c8` FROM `blog_blogs` AS `t0` WHERE `t0`.`id` = '1' LIMIT 1Connection name: default Speed: 0.281 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/belongsto.php, line 66File: PKGPATH/orm/classes/model.php, line 1232File: PKGPATH/orm/classes/model.php, line 1068File: APPPATH/views/blog/post.php, line 657File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '1079'Connection name: default Speed: 31.906 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/post.php, line 722File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`name` AS `t0_c0`, `t0`.`bio` AS `t0_c1`, `t0`.`profile_image` AS `t0_c2`, `t0`.`id` AS `t0_c3` FROM `blog_authors` AS `t0` WHERE `t0`.`name` = 'Julia Martin' LIMIT 1Connection name: default Speed: 0.333 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 18 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/views/blog/post.php, line 783File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '1079'Connection name: default Speed: 31.350 ms · DUPLICATE Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/post.php, line 804File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '1078'Connection name: default Speed: 31.505 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/post.php, line 804File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '1076'Connection name: default Speed: 32.307 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/post.php, line 804File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT * FROM `blog_blogs` WHERE `id` = '24' LIMIT 1Connection name: default Speed: 0.389 ms Query analysis: · Query: SIMPLE on blog_blogs · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: APPPATH/classes/model/base.php, line 412File: APPPATH/views/blog/post.php, line 846File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` IS nullConnection name: default Speed: 31.133 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/post.php, line 847File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '1079'Connection name: default Speed: 31.557 ms · DUPLICATE Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/post.php, line 911File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '1078'Connection name: default Speed: 31.377 ms · DUPLICATE Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/post.php, line 911File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`rel_paths` AS `t0_c0`, `t0`.`data` AS `t0_c1`, `t0`.`id` AS `t0_c2`, `t0`.`name` AS `t0_c3`, `t0`.`filename` AS `t0_c4`, `t0`.`orig_url` AS `t0_c5`, `t0`.`base_url` AS `t0_c6`, `t0`.`type` AS `t0_c7`, `t0`.`linked_to` AS `t0_c8`, `t0`.`event_code` AS `t0_c9`, `t0`.`foreign_key` AS `t0_c10`, `t0`.`extension` AS `t0_c11`, `t0`.`size` AS `t0_c12`, `t0`.`created_at` AS `t0_c13`, `t0`.`updated_at` AS `t0_c14` FROM `images` AS `t0` WHERE `t0`.`linked_to` = 'blog_post' AND `t0`.`foreign_key` = '1076'Connection name: default Speed: 32.828 ms · DUPLICATE Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 28284 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: APPPATH/views/blog/post.php, line 911File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 132File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`title` AS `t0_c0`, `t0`.`folder` AS `t0_c1`, `t0`.`show_title` AS `t0_c2`, `t0`.`published` AS `t0_c3`, `t0`.`published_range` AS `t0_c4`, `t0`.`publish_start` AS `t0_c5`, `t0`.`publish_end` AS `t0_c6`, `t0`.`content` AS `t0_c7`, `t0`.`css` AS `t0_c8`, `t0`.`js` AS `t0_c9`, `t0`.`rulegroup_id` AS `t0_c10`, `t0`.`menu` AS `t0_c11`, `t0`.`widget` AS `t0_c12`, `t0`.`widget_type` AS `t0_c13`, `t0`.`created_at` AS `t0_c14`, `t0`.`updated_at` AS `t0_c15`, `t0`.`id` AS `t0_c16` FROM `cms_posts` AS `t0` WHERE `t0`.`id` = 492 LIMIT 1Connection name: default Speed: 0.404 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/model/base.php, line 941File: APPPATH/modules/cms/classes/cms.php, line 194File: APPPATH/views/templates/master/footer.php, line 4File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 134File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`title` AS `t0_c0`, `t0`.`folder` AS `t0_c1`, `t0`.`show_title` AS `t0_c2`, `t0`.`published` AS `t0_c3`, `t0`.`published_range` AS `t0_c4`, `t0`.`publish_start` AS `t0_c5`, `t0`.`publish_end` AS `t0_c6`, `t0`.`content` AS `t0_c7`, `t0`.`css` AS `t0_c8`, `t0`.`js` AS `t0_c9`, `t0`.`rulegroup_id` AS `t0_c10`, `t0`.`menu` AS `t0_c11`, `t0`.`widget` AS `t0_c12`, `t0`.`widget_type` AS `t0_c13`, `t0`.`created_at` AS `t0_c14`, `t0`.`updated_at` AS `t0_c15`, `t0`.`id` AS `t0_c16` FROM `cms_posts` AS `t0` WHERE `t0`.`id` = 493 LIMIT 1Connection name: default Speed: 0.215 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/model/base.php, line 941File: APPPATH/modules/cms/classes/cms.php, line 194File: APPPATH/views/templates/master/footer.php, line 7File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 134File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`title` AS `t0_c0`, `t0`.`folder` AS `t0_c1`, `t0`.`show_title` AS `t0_c2`, `t0`.`published` AS `t0_c3`, `t0`.`published_range` AS `t0_c4`, `t0`.`publish_start` AS `t0_c5`, `t0`.`publish_end` AS `t0_c6`, `t0`.`content` AS `t0_c7`, `t0`.`css` AS `t0_c8`, `t0`.`js` AS `t0_c9`, `t0`.`rulegroup_id` AS `t0_c10`, `t0`.`menu` AS `t0_c11`, `t0`.`widget` AS `t0_c12`, `t0`.`widget_type` AS `t0_c13`, `t0`.`created_at` AS `t0_c14`, `t0`.`updated_at` AS `t0_c15`, `t0`.`id` AS `t0_c16` FROM `cms_posts` AS `t0` WHERE `t0`.`id` = 494 LIMIT 1Connection name: default Speed: 0.233 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/model/base.php, line 941File: APPPATH/modules/cms/classes/cms.php, line 194File: APPPATH/views/templates/master/footer.php, line 8File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 134File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`title` AS `t0_c0`, `t0`.`folder` AS `t0_c1`, `t0`.`show_title` AS `t0_c2`, `t0`.`published` AS `t0_c3`, `t0`.`published_range` AS `t0_c4`, `t0`.`publish_start` AS `t0_c5`, `t0`.`publish_end` AS `t0_c6`, `t0`.`content` AS `t0_c7`, `t0`.`css` AS `t0_c8`, `t0`.`js` AS `t0_c9`, `t0`.`rulegroup_id` AS `t0_c10`, `t0`.`menu` AS `t0_c11`, `t0`.`widget` AS `t0_c12`, `t0`.`widget_type` AS `t0_c13`, `t0`.`created_at` AS `t0_c14`, `t0`.`updated_at` AS `t0_c15`, `t0`.`id` AS `t0_c16` FROM `cms_posts` AS `t0` WHERE `t0`.`id` = 495 LIMIT 1Connection name: default Speed: 0.212 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/model/base.php, line 941File: APPPATH/modules/cms/classes/cms.php, line 194File: APPPATH/views/templates/master/footer.php, line 9File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 134File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`title` AS `t0_c0`, `t0`.`folder` AS `t0_c1`, `t0`.`show_title` AS `t0_c2`, `t0`.`published` AS `t0_c3`, `t0`.`published_range` AS `t0_c4`, `t0`.`publish_start` AS `t0_c5`, `t0`.`publish_end` AS `t0_c6`, `t0`.`content` AS `t0_c7`, `t0`.`css` AS `t0_c8`, `t0`.`js` AS `t0_c9`, `t0`.`rulegroup_id` AS `t0_c10`, `t0`.`menu` AS `t0_c11`, `t0`.`widget` AS `t0_c12`, `t0`.`widget_type` AS `t0_c13`, `t0`.`created_at` AS `t0_c14`, `t0`.`updated_at` AS `t0_c15`, `t0`.`id` AS `t0_c16` FROM `cms_posts` AS `t0` WHERE `t0`.`id` = 496 LIMIT 1Connection name: default Speed: 0.195 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/model/base.php, line 941File: APPPATH/modules/cms/classes/cms.php, line 194File: APPPATH/views/templates/master/footer.php, line 10File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 134File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
SELECT `t0`.`title` AS `t0_c0`, `t0`.`folder` AS `t0_c1`, `t0`.`show_title` AS `t0_c2`, `t0`.`published` AS `t0_c3`, `t0`.`published_range` AS `t0_c4`, `t0`.`publish_start` AS `t0_c5`, `t0`.`publish_end` AS `t0_c6`, `t0`.`content` AS `t0_c7`, `t0`.`css` AS `t0_c8`, `t0`.`js` AS `t0_c9`, `t0`.`rulegroup_id` AS `t0_c10`, `t0`.`menu` AS `t0_c11`, `t0`.`widget` AS `t0_c12`, `t0`.`widget_type` AS `t0_c13`, `t0`.`created_at` AS `t0_c14`, `t0`.`updated_at` AS `t0_c15`, `t0`.`id` AS `t0_c16` FROM `cms_posts` AS `t0` WHERE `t0`.`id` = 497 LIMIT 1Connection name: default Speed: 0.204 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/query.php, line 19File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/model/base.php, line 941File: APPPATH/modules/cms/classes/cms.php, line 194File: APPPATH/views/templates/master/footer.php, line 13File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: COREPATH/classes/view.php, line 227File: APPPATH/views/templates/blog.php, line 134File: COREPATH/classes/view.php, line 258File: COREPATH/classes/view.php, line 274File: COREPATH/classes/view.php, line 681File: APPPATH/classes/controller/blogs.php, line 26File: COREPATH/classes/request.php, line 478File: DOCROOT/index.php, line 142File: DOCROOT/index.php, line 239 |
5Finder Paths |
174Total Files |
1.32 MB Total Size |
144.32 kB Largest |
Finder paths: |
APPPATH/ |
APPPATH/../packages/fuellog/ |
APPPATH/../packages/auth/ |
APPPATH/../packages/orm/ |
COREPATH/ |
Loaded files: |
8.48 kB DOCROOT/index.php |
9.89 kB COREPATH/classes/autoloader.php |
5.26 kB APPPATH/classes/core/base.php |
182 bytes APPPATH/classes/core/init.php |
1.88 kB APPPATH/classes/core/Display.php |
1.12 kB APPPATH/bootstrap.php |
17.30 kB COREPATH/bootstrap.php |
13.66 kB COREPATH/base.php |
1.37 kB COREPATH/base56.php |
178 bytes VENDORPATH/autoload.php |
2.57 kB VENDORPATH/composer/autoload_real.php |
925 bytes VENDORPATH/composer/platform_check.php |
15.69 kB VENDORPATH/composer/ClassLoader.php |
2.50 kB VENDORPATH/composer/autoload_static.php |
7.79 kB VENDORPATH/paragonie/random_compat/lib/random.php |
2.67 kB VENDORPATH/paragonie/sodium_compat/autoload.php |
890 bytes VENDORPATH/paragonie/sodium_compat/autoload-php7.php |
144.32 kB VENDORPATH/paragonie/sodium_compat/src/Compat.php |
158 bytes VENDORPATH/paragonie/sodium_compat/src/SodiumException.php |
1.31 kB VENDORPATH/paragonie/sodium_compat/lib/namespaced.php |
23.96 kB VENDORPATH/paragonie/sodium_compat/lib/sodium_compat.php |
4.06 kB VENDORPATH/paragonie/sodium_compat/lib/constants.php |
4.49 kB VENDORPATH/paragonie/sodium_compat/lib/php72compat_const.php |
40.73 kB VENDORPATH/paragonie/sodium_compat/lib/php72compat.php |
1.26 kB VENDORPATH/paragonie/sodium_compat/lib/stream-xchacha20.php |
7.04 kB VENDORPATH/paragonie/sodium_compat/lib/ristretto255.php |
556 bytes VENDORPATH/phpseclib/phpseclib/phpseclib/bootstrap.php |
183 bytes APPPATH/vendor/autoload.php |
1.54 kB APPPATH/vendor/composer/autoload_real.php |
443 bytes APPPATH/vendor/composer/include_paths.php |
668 bytes APPPATH/vendor/composer/autoload_namespaces.php |
763 bytes APPPATH/vendor/composer/autoload_psr4.php |
35.82 kB APPPATH/vendor/composer/autoload_classmap.php |
9.79 kB COREPATH/classes/fuel.php |
7.01 kB COREPATH/classes/config.php |
2.82 kB COREPATH/classes/config/php.php |
5.21 kB COREPATH/classes/config/file.php |
432 bytes COREPATH/classes/config/interface.php |
12.48 kB COREPATH/classes/finder.php |
33.68 kB COREPATH/classes/arr.php |
3.78 kB COREPATH/config/file.php |
1.49 kB APPPATH/config/file.php |
23.30 kB COREPATH/config/config.php |
7.88 kB APPPATH/config/config.php |
49 bytes APPPATH/config/development/config.php |
6.19 kB COREPATH/classes/input.php |
1.97 kB COREPATH/classes/profiler.php |
2.46 kB COREPATH/vendor/phpquickprofiler/console.php |
6.75 kB COREPATH/vendor/phpquickprofiler/phpquickprofiler.php |
9.95 kB APPPATH/config/routes.php |
8.84 kB COREPATH/classes/router.php |
5.59 kB COREPATH/classes/route.php |
1.84 kB COREPATH/classes/event.php |
101 bytes APPPATH/config/event.php |
4.76 kB COREPATH/classes/event/instance.php |
3.40 kB COREPATH/classes/package.php |
2.10 kB PKGPATH/orm/bootstrap.php |
477 bytes PKGPATH/orm/config/orm.php |
2.35 kB PKGPATH/auth/bootstrap.php |
596 bytes PKGPATH/fuellog/bootstrap.php |
4.21 kB COREPATH/classes/module.php |
19.47 kB COREPATH/classes/str.php |
16.15 kB COREPATH/classes/crypt.php |
11.34 kB COREPATH/vendor/paragonie.php |
312 bytes APPPATH/config/crypt.php |
7.40 kB COREPATH/classes/redis/db.php |
11.49 kB COREPATH/classes/security.php |
13.34 kB APPPATH/classes/app.php |
2.70 kB COREPATH/config/db.php |
894 bytes APPPATH/config/db.php |
733 bytes APPPATH/config/development/db.php |
27.32 kB COREPATH/classes/database/connection.php |
13.45 kB COREPATH/classes/database/pdo/connection.php |
17.41 kB COREPATH/classes/database/schema.php |
2.31 kB APPPATH/client/titlei_dev/config/config.php |
522 bytes APPPATH/config/app.php |
11.62 kB COREPATH/classes/db.php |
10.17 kB COREPATH/classes/database/query/builder/select.php |
3.99 kB COREPATH/classes/database/query/builder/where.php |
4.82 kB COREPATH/classes/database/query/builder.php |
7.06 kB COREPATH/classes/database/query.php |
4.13 kB COREPATH/classes/database/pdo/cached.php |
6.25 kB COREPATH/classes/database/result.php |
659 bytes COREPATH/classes/sanitization.php |
7.07 kB COREPATH/classes/asset.php |
4.70 kB COREPATH/config/asset.php |
2.46 kB APPPATH/config/asset.php |
15.16 kB COREPATH/classes/asset/instance.php |
650 bytes APPPATH/classes/aws/s3assetmanager.php |
2.54 kB APPPATH/classes/aws/s3assetinstance.php |
8.90 kB COREPATH/classes/uri.php |
16.06 kB COREPATH/classes/view.php |
934 bytes APPPATH/config/routing.php |
16.66 kB COREPATH/classes/request.php |
13.78 kB COREPATH/classes/input/instance.php |
6.26 kB PKGPATH/fuellog/classes/log.php |
14.95 kB PKGPATH/fuellog/src/Monolog/Logger.php |
2.90 kB PKGPATH/fuellog/Psr/Log/LoggerInterface.php |
2.13 kB PKGPATH/fuellog/src/Monolog/Handler/StreamHandler.php |
1.47 kB PKGPATH/fuellog/src/Monolog/Handler/AbstractProcessingHandler.php |
3.80 kB PKGPATH/fuellog/src/Monolog/Handler/AbstractHandler.php |
2.44 kB PKGPATH/fuellog/src/Monolog/Handler/HandlerInterface.php |
2.33 kB PKGPATH/fuellog/src/Monolog/Formatter/LineFormatter.php |
2.47 kB PKGPATH/fuellog/src/Monolog/Formatter/NormalizerFormatter.php |
787 bytes PKGPATH/fuellog/src/Monolog/Formatter/FormatterInterface.php |
12.44 kB COREPATH/classes/inflector.php |
8.28 kB COREPATH/classes/lang.php |
3.35 kB COREPATH/classes/lang/php.php |
4.70 kB COREPATH/classes/lang/file.php |
443 bytes COREPATH/classes/lang/interface.php |
3.52 kB COREPATH/lang/en/inflector.php |
19.44 kB APPPATH/classes/controller/blogs.php |
5.29 kB APPPATH/classes/controller/base.php |
1.15 kB COREPATH/classes/controller/template.php |
1.59 kB COREPATH/classes/controller.php |
4.52 kB APPPATH/classes/core/auth.php |
9.00 kB COREPATH/classes/session.php |
10.09 kB COREPATH/config/session.php |
3.67 kB APPPATH/config/session.php |
9.08 kB COREPATH/classes/session/file.php |
19.13 kB COREPATH/classes/session/driver.php |
11.78 kB COREPATH/classes/date.php |
3.87 kB COREPATH/classes/cookie.php |
182 bytes APPPATH/config/modules.php |
1.80 kB APPPATH/classes/moduleworks.php |
283 bytes APPPATH/modules/survey/config/config.php |
152 bytes APPPATH/modules/cms/config/config.php |
120 bytes APPPATH/modules/invoice/config/config.php |
451 bytes APPPATH/modules/sched/config/config.php |
26.07 kB APPPATH/modules/sched/classes/sched.php |
10.79 kB APPPATH/classes/modulesingleton.php |
6.80 kB APPPATH/modules/sched/classes/repository/exhibitor.php |
586 bytes APPPATH/classes/repository/base.php |
451 bytes APPPATH/modules/projects/config/config.php |
451 bytes APPPATH/modules/regions/config/config.php |
451 bytes APPPATH/modules/mentor/config/config.php |
19.63 kB APPPATH/modules/cms/classes/cms.php |
3.84 kB APPPATH/classes/model/blog/blog.php |
23.54 kB APPPATH/classes/model/base.php |
58.36 kB PKGPATH/orm/classes/model.php |
1.42 kB APPPATH/classes/query.php |
41.23 kB PKGPATH/orm/classes/query.php |
17.14 kB PKGPATH/orm/classes/observer/typing.php |
697 bytes PKGPATH/orm/classes/observer/self.php |
1.23 kB APPPATH/classes/repository/blog/post.php |
6.31 kB APPPATH/classes/model/blog/post.php |
6.70 kB PKGPATH/orm/classes/belongsto.php |
4.15 kB PKGPATH/orm/classes/relation.php |
18.24 kB APPPATH/classes/model/user.php |
8.18 kB PKGPATH/orm/classes/hasmany.php |
931 bytes APPPATH/classes/model/blog/comment.php |
4.90 kB COREPATH/classes/database/query/builder/join.php |
1.31 kB COREPATH/config/date.php |
1.02 kB APPPATH/config/date.php |
6.16 kB APPPATH/classes/model/user/rulegroup.php |
845 bytes APPPATH/classes/repository/stat.php |
8.94 kB COREPATH/classes/response.php |
2.93 kB APPPATH/views/templates/blog.php |
1.08 kB APPPATH/views/templates/master/head-contents.php |
7.57 kB APPPATH/classes/arrayworks.php |
2.76 kB DOCROOT/assets/js/site/includes.php |
4.22 kB APPPATH/views/templates/master/mobile-nav.php |
2.74 kB APPPATH/modules/cms/classes/model/menu.php |
9.98 kB APPPATH/views/templates/master/sticky-header.php |
691 bytes APPPATH/views/templates/sign-in-out.php |
329 bytes APPPATH/views/templates/master/top-menu.php |
26.77 kB APPPATH/views/blog/post.php |
1.05 kB COREPATH/classes/database/expression.php |
9.49 kB APPPATH/classes/timesaver.php |
6.41 kB APPPATH/classes/model/image.php |
393 bytes APPPATH/modules/cms/classes/model/author.php |
3.68 kB APPPATH/views/association/admin-widget.php |
1.82 kB APPPATH/views/templates/master/footer.php |
4.74 kB APPPATH/modules/cms/classes/model/post.php |
496 Configuration items |
file |
› base_config |
null› › basedir |
null› › extensions |
null› › url |
null› › use_locks |
› › file_handlers |
› areas |
null› magic_file |
› chmod |
511› › files |
511› › folders |
https://eseanetwork.openwebportal.com/base_url |
url_suffix |
falseindex_file |
trueprofiling |
falselog_profile_data |
profiling_paths |
/var/www/title_i_core/fuel/app/› APPPATH |
/var/www/title_i_core/fuel/core/› COREPATH |
/var/www/title_i_core/fuel/packages/› PKGPATH |
/var/www/title_i_core/fuel/app/cache/cache_dir |
falsecaching |
3600cache_lifetime |
nullob_callback |
errors |
› continue_on |
10› throttle |
true› notices |
false› render_prior |
enlanguage |
enlanguage_fallback |
en_US.UTF-8locale |
UTF-8encoding |
0server_gmt_offset |
America/Los_Angelesdefault_timezone |
300log_threshold |
nulllog_file |
/var/www/title_i_core/fuel/app/logs/log_path |
Y-m-d H:i:slog_date_format |
falsecli_backtrace |
security |
false› csrf_autoload |
› csrf_autoload_methods |
post› › 0 |
put› › 1 |
delete› › 2 |
false› csrf_bad_request_on_fail |
false› csrf_auto_token |
fuel_csrf_token› csrf_token_key |
0› csrf_expiration |
true› csrf_rotate |
put your salt value here to make the token more secure› token_salt |
false› allow_x_headers |
3› htmlentities_flags |
false› htmlentities_double_encode |
true› auto_filter_output |
true› filter_closures |
› whitelisted_classes |
Fuel\Core\Response› › 0 |
Fuel\Core\View› › 1 |
Fuel\Core\ViewModel› › 2 |
Closure› › 3 |
Cms\Cms› › 4 |
Cms\Model_Post› › 5 |
Cms\Model_Page› › 6 |
Paginate› › 7 |
AdvancedSearch› › 8 |
Permissions› › 9 |
FormBuilder› › 10 |
Flot› › 11 |
DateTime› › 12 |
Survey\Survey› › 13 |
Survey\Question› › 14 |
Survey\Answer› › 15 |
Survey\Response› › 16 |
Cms\Cms› › 17 |
false› form-double-urlencoded |
› clean_paths |
› uri_filter |
htmlentities› › 0 |
› › 1 |
› input_filter |
› output_filter |
Security::htmlentities› › 0 |
cookie |
0› expiration |
/› path |
null› domain |
false› secure |
false› http_only |
validation |
true› global_input_fallback |
Controller_controller_prefix |
routing |
true› case_sensitive |
true› strip_extension |
false› module_routes |
response |
true› redirect_with_wildcards |
config |
null› database |
config› table_name |
› memcached |
config› › identifier |
› › servers |
› › › 0 |
127.0.0.1› › › › host |
11211› › › › port |
100› › › › weight |
lang |
null› database |
lang› table_name |
module_paths |
/var/www/title_i_core/fuel/app/modules/› 0 |
package_paths |
/var/www/title_i_core/fuel/app/../packages/› 0 |
always_load |
› packages |
orm› › 0 |
auth› › 1 |
fuellog› › 2 |
› modules |
ds› › 0 |
› classes |
crypt› › 0 |
› config |
› language |
routes |
cms/router/index/home› _root_ |
error/404› _404_ |
contact› contact |
privacy› privacy |
search$1› search(.*) |
groups/$1› groups/(:any) |
blogs/$1› blogs/(:any) |
ondemand/index/index› ondemandESEA |
blogs/index› news |
blogs/index› news-and-resources |
blogs/EditPost› news-and-resources/blogs/edit-post |
blogs/EditPost/$1› news-and-resources/blogs/edit-post/(:any) |
blogs/index› news-and-resources/blogs |
blogs/index/$1› news-and-resources/blogs/(:any) |
webinars$1› webinars1(.*) |
webinars› association/members/webinar(.*) |
calendarsync/ics/$1› association/members/calendarsync/ics/(:any) |
calendarsync/index/$1› association/members/calendarsync/(:any) |
blogs/EditPost› association/blogs/edit-post |
blogs/EditPost/$1› association/blogs/edit-post/(:any) |
blogs/index› association/blogs |
blogs/index/$1› association/blogs/(:any) |
association/T13sAccount› association/t13s-account |
association/affiliates› association/affiliates |
reports/$1› reports/(:any) |
reports/hotelinventory› reports/hotelinventory |
error› error |
error/$1› error/(:any) |
admin/index› admin |
admin/email/module/invoice/send_lists› admin/email/module/invoice/send_list |
› admin/survey(.*) |
› admin/cal(.*) |
› admin/sched(.*) |
› admin/invoice(.*) |
› admin/event(.*) |
› admin/committees(.*) |
› admin/regions(.*) |
› admin/mentor(.*) |
› admin/(.*) |
appapi/$1› api/(:any) |
appapi/$1› appapi/(:any) |
api/$1› regapi/(:any) |
› calendar/(:any) |
event/api/$1› event/api/(.*) |
invoice/api/$1› invoice/api/(.*) |
contact/$1› contact/(:any) |
chat/i/$1› chat/i/(:any) |
chat/$1› chat/(:any) |
loginservice/$1› loginservice/(:any) |
schedservice/$1› schedservice/(:any) |
cacheservice/$1› cacheservice/(:any) |
user/login› login |
user/login/forgotPassword› login/forgot-password |
user/login/passwordReset/$1› login/password-reset/(:any) |
user/login/$1› login/(:any) |
user/signup› signup |
user/login/unsubscribe› unsubscribe |
user/signup/$1› signup/(:any) |
dashboard› dashboard |
conference/attendance_certificate/$1› dashboard/event/(:any)/session-attendance |
conference/shared_contacts/$1› dashboard/event/(:any)/shared-contacts |
dashboard/$1› dashboard/(:any) |
dashboardapi› dashboard_api |
dashboardapi/$1› dashboard_api/(:any) |
user/$1› user/(:any) |
conference/attendance_certificate$1› conference/attendance-certificate(.*) |
conference/account› conference/account |
conference/exhall_map_public› conference/exhibitor/live-map |
conference/2021registration› conference/2021registration |
survey/index/$1› surveys/(:any) |
event/hotel/$1› hotel/(:any) |
sched/proposal/router› present |
sched/proposal/router/$1› present/(.*) |
› resources(.*) |
router/$1› cms/(:any) |
› (:any) |
event |
› fuelphp |
› › app_created |
orm |
true› caching |
2038-01-18 22:14:08› sql_max_timestamp_mysql |
2147483647› sql_max_timestamp_unix |
crypt |
› legacy |
5Gwn3EnZ8peUoBsiBghD03xM› › crypto_key |
SIANT0oq0cIcBJMABs6248LI› › crypto_iv |
PVkwrMbvgpJkhb82kANqoqCE› › crypto_hmac |
› sodium |
24288f27c2a921975f0f3681b384ef72d1c44f5b45470bf6d56f24717f8f08cd› › cipherkey |
db |
default› active |
› default |
pdo› › type |
› › connection |
mysql:host=127.0.0.1:3306;dbname=titlei_dev› › › dsn |
› › › hostname |
root› › › username |
JDsbn77X› › › password |
› › › database |
false› › › persistent |
false› › › compress |
`› › identifier |
› › table_prefix |
utf8› › charset |
false› › collation |
true› › enable_cache |
true› › profiling |
false› › readonly |
› mysqli |
mysqli› › type |
› › connection |
› › › dsn |
› › › hostname |
null› › › username |
null› › › password |
› › › database |
false› › › persistent |
false› › › compress |
`› › identifier |
› › table_prefix |
utf8› › charset |
false› › collation |
false› › enable_cache |
false› › profiling |
false› › readonly |
› redis |
› › default |
127.0.0.1› › › hostname |
6379› › › port |
null› › › timeout |
0› › › database |
› sync |
pdo› › type |
› › connection |
false› › › persistent |
false› › › compress |
mysql:host=127.0.0.1:3306;dbname=title_i_prod› › › dsn |
root› › › username |
JDsbn77X› › › password |
`› › identifier |
› › table_prefix |
utf8› › charset |
true› › enable_cache |
false› › profiling |
› ondemand |
pdo› › type |
› › connection |
false› › › persistent |
false› › › compress |
mysql:host=127.0.0.1:3306;dbname=esea_dev› › › dsn |
root3› › › username |
› › › password |
`› › identifier |
› › table_prefix |
utf8› › charset |
true› › enable_cache |
false› › profiling |
app |
National Title I Association› site_title |
http://dev.eseanetwork.org/› site_url |
› modules |
› › cms |
true› › › on |
true› › › admin_visible |
› › sched |
true› › › on |
true› › › admin_visible |
true› › › proposals |
true› › › proposal_grading |
true› › › contracts |
true› › › reports |
true› › › email |
true› › › admin_plugins |
› › › admin_plugins_available |
Session Introductions› › › › intro-signups |
Session Evaluations› › › › session-evals |
Session Attendance› › › › session-attendance |
› › ondemand |
true› › › on |
true› › › admin_visible |
› › event |
true› › › on |
true› › › admin_visible |
› › survey |
true› › › on |
true› › › admin_visible |
› › cal |
true› › › on |
true› › › admin_visible |
› › hotel |
true› › › on |
true› › › admin_visible |
› › invoice |
true› › › on |
true› › › admin_visible |
› › ds |
true› › › on |
true› › › admin_visible |
› › services |
true› › › on |
true› › › admin_visible |
› features |
› › files |
true› › › on |
true› › › admin_visible |
true› › › on |
true› › › admin_visible |
› › contact |
true› › › on |
true› › › admin_visible |
› › users |
true› › › on |
true› › › admin_visible |
false› › › simple_user |
› › orgs |
true› › › on |
true› › › admin_visible |
› › subscriptions |
true› › › on |
true› › › admin_visible |
› › user_dashboard |
true› › › on |
false› › › admin_visible |
› › event_maps |
true› › › on |
true› › › admin_visible |
› hooks |
› › Sched::session_intro |
true› › › on |
true› › › admin_visible |
› › Sched::session_handouts |
true› › › on |
true› › › admin_visible |
› › Sched::session_evals |
true› › › on |
true› › › admin_visible |
› dashboard_widgets |
recent_users› › 0 |
possible_members› › 1 |
contact_forms› › 2 |
Survey::recent_responses› › 3 |
recent_orgs› › 4 |
Invoice::members_without_on_demand› › 5 |
duplicate_users› › 6 |
› prod |
simplifymy› › s3_bucket |
//simplifymydev.s3.amazonaws.com/› › s3_url |
› staging |
simplifymydev› › s3_bucket |
//simplifymydev.s3.amazonaws.com/› › s3_url |
› dev |
simplifymydev› › s3_bucket |
//simplifymydev.s3.amazonaws.com/› › s3_url |
› test |
simplifymytest› › s3_bucket |
//simplifymydev.s3.amazonaws.com/› › s3_url |
asset |
› paths |
assets/› › 0 |
img/› img_dir |
js/› js_dir |
css/› css_dir |
› folders |
› › css |
› › js |
› › img |
https://eseanetwork.openwebportal.com/› url |
true› add_mtime |
1› indent_level |
› indent_with |
true› auto_render |
false› fail_silently |
false› always_resolve |
session |
true› auto_initialize |
true› auto_start |
file› driver |
false› match_ip |
true› match_ua |
› cookie_domain |
/› cookie_path |
null› cookie_http_only |
true› encrypt_cookie |
false› expire_on_close |
259200› expiration_time |
300› rotation_time |
flash› flash_id |
true› flash_auto_expire |
true› flash_expire_after_get |
› post_cookie_name |
Session-Id› http_header_name |
true› enable_cookie |
false› native_emulation |
› cookie |
fuelcid› › cookie_name |
› file |
fuelfid› › cookie_name |
/tmp› › path |
5› › gc_probability |
› memcached |
fuelmid› › cookie_name |
› › servers |
› › › default |
127.0.0.1› › › › host |
11211› › › › port |
100› › › › weight |
› db |
fueldid› › cookie_name |
null› › database |
sessions› › table |
5› › gc_probability |
› redis |
fuelrid› › cookie_name |
default› › database |
possible_modules |
ds› 0 |
survey› 1 |
event› 2 |
cms› 3 |
cal› 4 |
invoice› 5 |
sched› 6 |
ondemand› 7 |
projects› 8 |
regions› 9 |
mentor› 10 |
dependencies |
› cms |
› › config |
config› › › 0 |
events› › › 1 |
› cal |
› event |
side_load |
› sched |
\Sched\Sched::bootstrapbootstrap |
sched/default/avatar.gifpresenter_default_image |
sched/default/avatar.gifsession_default_image |
sched/default/avatar.gifexhibitor_default_image |
sched/presenter/presenter_base_url |
sched/session/session_base_url |
colors |
› type |
› › 0 |
› › 1 |
› › 2 |
› › 3 |
date |
› patterns |
%c› › local |
%Y-%m-%d %H:%M:%S› › mysql |
%Y-%m-%d› › mysql_date |
%m/%d/%Y› › us |
%m/%d› › us_short |
%B %d %Y› › us_named |
%l:%M %p, %B %d %Y› › us_full |
%d/%m/%Y› › eu |
%d/%m› › eu_short |
%d %B %Y› › eu_named |
%H:%M, %d %B %Y› › eu_full |
%H:%M› › 24h |
%I:%M %p› › 12h |
%m/%d/%Y %I:%M %p› › us_w_time |
%I:%M %p› › time |
%I:%M %p› › time_simple |
1 Session variables |
https://eseanetwork.openwebportal.com/news-and-resources/blogs/legislation/risk-of-government-shutdown-increases-as-fy-2024-approachescurrent_page |
Based on PHP Quick Profiler | Close Height Bottom |